[XEND] Prevent uuid double use.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 10 Jul 2006 14:10:00 +0000 (15:10 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 10 Jul 2006 14:10:00 +0000 (15:10 +0100)
commitc98d70f46a8845186ab7b6f1ada253dfd8581d4e
treed091cc17d81b7df190d102b57ab2e0c5d266c497
parentcf021d7e7d9aac9e65a1abb046323c17b4c718dd
[XEND] Prevent uuid double use.

A check_uuid() in this patch checks on uuid of the
VM configuration definition. If specified uuid is
already used with the others VM, the xm create command
does not create the VM. The xm create command error occurs.

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendDomainInfo.py